home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / sm32a.zip / KEYWORD / SETLINES.KEY < prev    next >
Text File  |  1993-11-07  |  355b  |  8 lines

  1. * setlinestyle                          internal
  2. setlinestyle(style, direction, thickness) sets the line style, where style 
  3. is the style name, direction is the line direction, thickness is the 
  4. thickness of the line.
  5. it only works on the graphics mode.
  6. See also: setlinestyle, settextstyle.
  7. e.g. graph, setlinestyle(2,1,2), line(100,100,300,300), readchar, text
  8.